gtk4.git
2015-03-19 Carlos Garnachowayland: Ensure we re-request the target if the fd...
2015-03-19 Carlos Garnachowayland: Don't accept the "TARGETS" target on the wl_da...
2015-03-19 Милош ПоповићUpdated Serbian translation
2015-03-19 Benjamin OtteAdwaita: Fix context menu shadows not showing up
2015-03-19 Bastien Nocerainspector: Make it easier to cut'n'paste advice message
2015-03-18 Benjamin Ottecsspathnode: Handle context going away
2015-03-18 Benjamin Otteinspector: Add a new page that lists the CSS node tree
2015-03-18 Benjamin Ottecssnode: Add properties
2015-03-18 Benjamin Ottecsswidgetnode: Use style_changed signal instead of...
2015-03-18 Benjamin Ottecssnode: Add a style-changed signal
2015-03-18 Benjamin Ottecssnode: Add node-added and node-removed signal
2015-03-18 Benjamin Ottecssnode: Track invalid children
2015-03-18 Benjamin Ottecsswidgetnode: Avoid creating a stylecontext
2015-03-18 Benjamin Ottecssnode: Change the way we invalidate timestamps
2015-03-18 Benjamin Ottecssstyle: Add gtk_css_style_is_static()
2015-03-18 Benjamin Ottecssnode: Special-case TIMESTAMP invalidations
2015-03-18 Benjamin Ottecssnode: Redo style changed tracking
2015-03-18 Benjamin Ottestylecontext: Call get_style(), not create_style()
2015-03-18 Benjamin Ottecssnode: Merge the 2 places that compute styles
2015-03-18 Benjamin Ottecssnode: Always return correct style values
2015-03-18 Benjamin Ottecssstyle: Add optimization
2015-03-18 Benjamin Ottestylecontext: Refactor gtk_style_context_invalidate()
2015-03-18 Benjamin Ottecssnode: Create animated styles by default
2015-03-18 Benjamin Ottecssnode: Add optimization
2015-03-18 Benjamin Ottecssnode: Change the way we start animations
2015-03-18 Benjamin Ottecssnode: Return NULL as frame clock when animations...
2015-03-18 Benjamin Ottecssstyle: Handle 0 timestamp to mean "don't animate"
2015-03-18 Benjamin Ottecssnode: Move style context function to only user
2015-03-18 Benjamin Ottecssnode: Remove timestamp from gtk_css_node_validate()
2015-03-18 Benjamin Ottecssnode: Add API to query the timestamp
2015-03-18 Benjamin Ottecssnode: Make parent style change part of GtkCssNode
2015-03-18 Benjamin Ottecssnode: Propagate pending changes after recomputing...
2015-03-18 Benjamin Ottecssnode: Add gtk_css_node_invalidate_style_provider()
2015-03-18 Benjamin Ottecssnode: Change get_style_provider() vfunc
2015-03-18 Benjamin Ottecssnode: Implement a way to properly track invalidations
2015-03-18 Benjamin Ottecssnode: Change vfunc
2015-03-18 Benjamin Ottecssnode: Only pass a boolean for parent changes
2015-03-18 Benjamin Ottecssvalue: Remove GtkCssDependencies
2015-03-18 Benjamin Ottecssstyle: Remove unused optimization
2015-03-18 Benjamin Ottecsswidgetnode: Always return a valid style
2015-03-18 Benjamin Ottecsspathnode: Call gtk_style_context_validate()
2015-03-18 Benjamin Ottetestsuite: Add another random stylecontext test
2015-03-18 Benjamin Ottecssnode: Use the frame clock's time
2015-03-18 Benjamin Ottecssnode: Treat transient nodes as invisible nodes
2015-03-18 Benjamin Ottereftests: Add a reftest for box sibling ordering
2015-03-18 Benjamin Ottecssnode: Add visibility concept
2015-03-18 Benjamin Ottebox: Use CSS nodes instead of widget paths
2015-03-18 Benjamin Ottewidget: Add gtk_widget_get_css_node()
2015-03-18 Benjamin Ottecssnode: Refactor node tree modification code
2015-03-18 Benjamin Ottecssnode: Add hackery to allow bypassing widget paths
2015-03-18 Benjamin Ottecssnode: Remove now unused arg from vfunc
2015-03-18 Benjamin Ottecssnode: Add a matcher for nodes
2015-03-18 Benjamin Ottecssnode: Make widget node not copy the path
2015-03-18 Benjamin Ottecssnode: Make widget node use new matcher
2015-03-18 Benjamin Ottecssnode: Make path node create matcher without copying
2015-03-18 Benjamin Ottecssmatcher: Allow widget path matcher to take a node...
2015-03-18 Benjamin Ottecssnode: Split out a function
2015-03-18 Benjamin Ottewidget: Create widget path classes from proper style
2015-03-18 Benjamin Ottewidget: Use correct type for widgetpath creation
2015-03-18 Benjamin Ottewidget: Create the CssNode
2015-03-18 Benjamin Ottecssnode: Refactor invalidation propagation
2015-03-18 Benjamin Ottestylecontext: Don't queue animate tick callbacks anymore
2015-03-18 Benjamin Ottecssnode: Handle invalidate queueing differently
2015-03-18 Benjamin Ottecssnode: Change way invalidation is handled
2015-03-18 Benjamin Ottecssnode: Refactor gtk_css_widget_node_validate()
2015-03-18 Benjamin Ottecssnode: Only recreate styles when needed
2015-03-18 Benjamin Ottecssnode: Automatically recreate style on get_style...
2015-03-18 Benjamin Ottecssnode: Track pending changes here
2015-03-18 Benjamin Ottestylecontext: Move gtk_style_context_validate() to...
2015-03-18 Benjamin Ottestylecontext: Move style creation functions to CssNode...
2015-03-18 Benjamin Ottestylecontext: Redo handling of differing state
2015-03-18 Benjamin Ottestylecontext: Get rid of stylecontext argument
2015-03-18 Benjamin Ottecssnode: Add gtk_style_context_get_style_provider()
2015-03-18 Benjamin Ottestylecontext: Remove children list
2015-03-18 Benjamin Ottestylecontext: Move validation into GtkCssNode
2015-03-18 Benjamin Ottestylecontext: Export gtk_style_context_get_root()
2015-03-18 Benjamin Ottecssnode: Track invalid flag
2015-03-18 Benjamin Ottecssnode: Implement refcounting
2015-03-18 Benjamin Ottestylecontext: Handle parent in CssNode code
2015-03-18 Benjamin Ottestylecontext: Move relevant_changes tracking to GtkCssW...
2015-03-18 Benjamin Ottecssnode: Handle invalidation
2015-03-18 Benjamin Ottestylecontext: Get rid of create_query_path()
2015-03-18 Benjamin Ottestylecontext: Change arguments for build_properties
2015-03-18 Benjamin Ottestylecontext: Compute rootness of CssNode
2015-03-18 Benjamin Ottestylecontext: Pass cssnode to build_properties
2015-03-18 Benjamin Ottestylecontext: Simplify a function
2015-03-18 Benjamin Ottestylecontext: Remove values cache
2015-03-18 Benjamin Ottecssnode: Split into 3 objects
2015-03-18 Benjamin Ottecssnode: Turn into a GObject
2015-03-18 Benjamin Ottestylecontext: Turn CssNode accesses into getters/setters
2015-03-18 Benjamin Ottestylecontext: Split out GtkCssNode into own file
2015-03-18 Benjamin Otterender: Make image effect not depend on state
2015-03-18 Benjamin Ottenotebook: Protect against invalid allocations
2015-03-18 Carlos Garnachowayland: Fix thinko in wl_data_source.cancelled handler
2015-03-18 Christian Hergerttextview: add support for underline and strikethrough...
2015-03-18 Matthias ClasenGtkRange: Fix scroll wheel direction for horizontal...
2015-03-18 Matthias Clasenscrolled window: Use shift to modify scroll direction
2015-03-17 Matthias ClasenHighContrast: Fix calendar selection
2015-03-17 Matthias ClasenHighContrast: Fix color chooser marks
2015-03-17 Jakub SteinerHighContrast: catch backdrop:insensitive:active of...
next